home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
gnome-icon-theme.preinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-06
|
293 b
|
17 lines
#!/bin/sh
set -e
if [ "$1" = "upgrade" ] && [ "$2" = 2.30.0-1 ]; then
( while read name prio; do
update-alternatives --remove start-here-32.png /usr/share/icons/gnome/32x32/places/$name.png 2> /dev/null || true
done ) << EOF
debian-swirl 30
gnome-foot 20
swirl-foot 20
EOF
fi